home *** CD-ROM | disk | FTP | other *** search
- SelectDBController = {
- ACTIONS = {
- saveDatabase:;
- selectUserGivenDB:;
- handleUpDownButton:;
- showImportOptionsPanel:;
- windowDidBecomeKey:;
- findDatabase:;
- useDefaultSettings:;
- cellDoubleClicked:;
- cellClicked:;
- capturePreferences:;
- newDBButtonClicked:;
- };
- OUTLETS = {
- renameButton;
- prefEndOfRecord;
- knownLocations;
- prefBeginEndField;
- mailMergeServer;
- newButton;
- nameField;
- saveDBButton;
- dbBrowser;
- mainWindow;
- prefFieldSep;
- prefPanel;
- prefFirstRecIsHeader;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- MailMergeServer = {
- ACTIONS = {
- switchToView:;
- handleUpDownButton:;
- handleMergeButton:;
- };
- OUTLETS = {
- mTarget;
- editDBController;
- downButton;
- upButton;
- insertVarButton;
- prefController;
- currentView;
- mainButtonMatrix;
- refBundle;
- prefView;
- selectDBController;
- defineDBView;
- selectDBView;
- editView;
- iTarget;
- defineDBController;
- currentController;
- mainView;
- };
- SUPERCLASS = Object;
- };
-